#Move Object to 0,0,0/5,5,0
LMB:This will move all selected Objects to 0,0,0.**_
RMB:This will move all selected Objects to 5,5,0.
Move_selected_Object_To(0,0,0)
#END
[OnRightMouseButton!]
Move_selected_Object_To(5,5,0)
#END

